*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
script,
template {
    display: none
}

a {
    background-color: transparent;
    list-style-type: none;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a,
ins {
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

pre {
    white-space: pre-wrap
}

small {
    font-size: 80%
}

img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0
}

a img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
optgroup,
select,
textarea {

    margin: 0
}

button {
    overflow: visible
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
    padding: 0;
    box-sizing: border-box
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    min-height: 100%;
    padding: 0;
    margin: 0
}

body {
    font-weight: 400;
    color: #333
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern"
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ele {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    min-width: 1200px;
    font-family: "微软雅黑" !important;
    background: #ffffff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    transition: all .2s ease-out 0s
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
    transition: all .2s ease-out 0s
}

a:focus {
    outline: 0;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    font-size: 100%
}

h1 {
    font-size: 1.5em
}

h2 {
    font-size: 1.25em
}

li,
ol,
ul {
    padding: 0;
    list-style: none;
    text-decoration: none
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin: 0
}

hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

iframe {
    border: 0
}

table {
    max-width: 100%;
    empty-cells: show
}

th {
    text-align: left
}

input:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}